-
Notifications
You must be signed in to change notification settings - Fork 633
Fixing Legend Position #241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Something funky is going on where the space between the legend title and legend items increases with the addition of more legend items. This is strange because I times the number of legend items by a constant. |
It turns out using Now the Plotly graphs look normal: |
Carson updates
update offline filenames
…plotly into baobao-legend_position
Looks great, thanks @13bzhang! |
This pull request is to fix problems in Issue #195.
Right now I have fixes for
ggplot2

Plotly (old) https://plot.ly/~13bzhang/1104/count-vs-clarity/

Plotly (new) https://plot.ly/~13bzhang/1164/count-vs-clarity/
The code also works for a legend where the name of the legend items are very, very long:
https://plot.ly/~13bzhang/1160/count-vs-cat1/

@cpsievert @chriddyp @mkcor